move ( animator#move in module ng )

Description

Fires the move DOM operation. Just before the animation starts, the animator will either append it into the parent container or add the element directly after the after element if present. Then the move animation will be run.

Usage

animator#move(element, parent, after);

Parameters